home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / prototyp.swf / scripts / DefineButton2_56 / BUTTONCONDACTION on(release).as
Text File  |  2012-04-23  |  331b  |  11 lines

  1. on(release){
  2.    scoretable.filename = "oil/demo.sco";
  3.    scoretable.scoresize = 10;
  4.    scoretable.action = "INSERT";
  5.    scoretable.viewtype = "FLASH";
  6.    scoretable.winname = _root.name;
  7.    scoretable.winscore = _root.score;
  8.    scoretable.loadVariables("http://www.thesaad.com/oil.php","GET");
  9.    _root.s._visible = 0;
  10. }
  11.